From: Eli Zaretskii Date: Fri, 7 Aug 2009 14:54:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11201 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=38fb1cbdaec1f12458723577b7776356d89dd6de;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 308c3f086e8..d7ef410f837 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,19 @@ 2009-08-07 Eli Zaretskii - * Makefile.in (ELCFILES): org/org-export-latex.elc renames to + * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device + to "windows" when "pgnuplot" is used. + (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't + call accept-process-output if "pgnuplot" is used. + (calc-graph-init): Don't send -display and -geometry to + "pgnuplot". If "pgnuplot" is used, glean gnuplot version by + running "pgnuplot -V" with shell-command-to-string. + + * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as + the default. + +2009-08-07 Eli Zaretskii + + * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to org/org-latex.elc. 2009-08-07 Dan Nicolaescu